projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016925b
)
Fix msdos module loading (#1086)
author
Florian Fainelli
<
[email protected]
>
Sat, 23 Dec 2006 22:50:36 +0000
(22:50 +0000)
committer
Florian Fainelli
<
[email protected]
>
Sat, 23 Dec 2006 22:50:36 +0000
(22:50 +0000)
SVN-Revision: 5896
openwrt/target/linux/linux-2.4/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/linux-2.4/Makefile
b/openwrt/target/linux/linux-2.4/Makefile
index 1214b0bc04fad914cef910de803d6c3d2b79d2ab..76ca470edb48d0fee83d693e1863e80c9d829592 100644
(file)
--- a/
openwrt/target/linux/linux-2.4/Makefile
+++ b/
openwrt/target/linux/linux-2.4/Makefile
@@
-211,7
+211,7
@@
$(eval $(call KMOD_template,VFAT,vfat,\
,CONFIG_VFAT_FS,,30,fat vfat))
$(eval $(call KMOD_template,MSDOS,msdos,\
$(MODULES_DIR)/kernel/fs/msdos/msdos.o \
-,CONFIG_MSDOS_FS,,
3
0,msdos))
+,CONFIG_MSDOS_FS,,
4
0,msdos))
$(eval $(call KMOD_template,NLS_CP437,nls-cp437,\
$(MODULES_DIR)/kernel/fs/nls/nls_cp437.o \
,CONFIG_NLS_CODEPAGE_437,,40,nls_cp437.o))